home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_431 / frame_8 / PlaceObject2_429_1 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2005-08-12  |  1KB  |  47 lines

  1. onClipEvent(load){
  2.    tightsL = _root.v_tightsL;
  3.    tightsR = _root.v_tightsR;
  4.    lgL = _root.v_lgL;
  5.    lgR = _root.v_lgR;
  6.    shoeL = _root.v_shoeL;
  7.    shoeR = _root.v_shoeR;
  8.    if(0 < _parent.mm && 4 < _root.v_pant)
  9.    {
  10.       _parent._parent.gotoAndStop(_parent._parent._currentFrame + _parent.mm);
  11.    }
  12.    if(_parent.lg == 1)
  13.    {
  14.       _parent._parent.suneL.gotoAndStop("open");
  15.       _parent._parent.suneR.gotoAndStop("open");
  16.    }
  17.    if(_parent.ft == 1)
  18.    {
  19.       _parent._parent.suneL.suneL1.gotoAndStop(2);
  20.       _parent._parent.suneR.suneR1.gotoAndStop(2);
  21.    }
  22.    else if(_parent.ft == 2)
  23.    {
  24.       _parent._parent.suneL.suneL1.gotoAndStop("up1");
  25.       _parent._parent.suneR.suneR1.gotoAndStop("up1");
  26.    }
  27.    else if(_parent.ft == 3)
  28.    {
  29.       if(tightsL == 99 && lgL == 99 && shoeL == 99)
  30.       {
  31.          _parent._parent.suneL.suneL1.gotoAndStop("up2");
  32.       }
  33.       else
  34.       {
  35.          _parent._parent.suneL.suneL1.gotoAndStop("up1");
  36.       }
  37.       if(tightsR == 99 && lgR == 99 && shoeR == 99)
  38.       {
  39.          _parent._parent.suneR.suneR1.gotoAndStop("up2");
  40.       }
  41.       else
  42.       {
  43.          _parent._parent.suneR.suneR1.gotoAndStop("up1");
  44.       }
  45.    }
  46. }
  47.